CRMGraphicBlock object
The CRMGraphicsBlock object is a child of the CRM block and parent of the PipeLineGraphic, OrgChartGraphic, and ChartGraphicBlock objects.
Use CRMGraphicsBlock to display images through an ASP page. Graphics blocks are more powerful than standard static images because you can use variables to create them. The variables may represent live data from a database or incorporate details of the current user such as their privileges or settings. A graphic created by CRMGraphicsBlock is recreated every time it's requested, so if it's created using variables, the graphic is based on real time data.
The option to load previously created images means that backgrounds can be employed or other images can be altered to represent a new situation.
The graphics can consist of basic details, such as text and lines, or more complex graphics employing various effects such as gradients and rotation.
Syntax to initiate this block:
graphic=CRM.GetBlock('graphic');